home *** CD-ROM | disk | FTP | other *** search
/ FM Towns: Free Software Collection 11 / FM Towns Free Software Collection 11.iso / t_os / tool / artemis1 / src / copyout.bat < prev    next >
Encoding:
DOS Batch File  |  1993-06-14  |  549 b   |  25 lines

  1. echo off
  2. rem HD→FD バックアップ(更新)
  3. echo ARTemis フロッピーを B: ドライブに入れて下さい.
  4. pause
  5. attr +h *.obj >nul
  6. attr +h *.bak >nul
  7. attr +h *.lzh >nul
  8. attr +h *.tif >nul
  9. attr +h *.pat >nul
  10. attr +h *.exp >nul
  11. attr +h *.MAG >nul
  12. attr -h pict*.tif >nul
  13. attr -h artemis?.exp >nul
  14. if not exist tr_sub.c goto notrsub
  15. attr +h tr_sub.c >nul
  16. :notrsub
  17. if not exist paint.asm goto nopaintasm
  18. attr +h paint.asm >nul
  19. :nopaintasm
  20. if not exist trans.c goto notrans
  21. attr +h trans.c >nul
  22. :notrans
  23. zcopy *.* b:\artemis /u
  24. attr -h *.* >nul
  25.